Giuseppe Scrivano
30802fac73
compression: add support for the zstd algorithm
...
zstd is a compression algorithm that has a very fast decoder, while
providing also good compression ratios. The fast decoder makes it
suitable for container images, as decompressing the tarballs is a very
expensive operation.
https://github.com/opencontainers/image-spec/pull/788 added support
for zstd to the OCI image specs.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-12-07 09:56:30 +01:00
Derek McGowan
9c398e1cb2
Merge pull request #4395 from TBBle/use_gowinio_for_reading_tarballs
...
Use go-winio for applying tarballs
2020-12-06 12:18:06 -08:00
Derek McGowan
41da96d670
Update continuity
...
Pickup usage calculation fix
Signed-off-by: Derek McGowan <derek@mcg.dev >
2020-12-04 11:49:26 -08:00
Paul "TBBle" Hampson
05647251a5
Update microsoft/go-winio to v0.4.15
...
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com >
2020-12-03 02:40:33 +11:00
Shengjing Zhu
fc946ca82a
Revert urfave/cli version bump
...
Signed-off-by: Shengjing Zhu <zhsj@debian.org >
2020-12-01 01:41:25 +08:00
Shengjing Zhu
6a2df5fcec
Revert gogo/googleapis version bump
...
Signed-off-by: Shengjing Zhu <zhsj@debian.org >
2020-12-01 01:33:56 +08:00
Shengjing Zhu
de059b11ba
Revert protobuf and grpc version bump
...
Signed-off-by: Shengjing Zhu <zhsj@debian.org >
2020-12-01 01:33:56 +08:00
Shengjing Zhu
89a1fea392
Go mod tidy
...
Signed-off-by: Shengjing Zhu <zhsj@debian.org >
2020-12-01 01:33:56 +08:00
Shengjing Zhu
9aafdbdb4e
Convert vendor.conf to go.mod with go mod init
...
Signed-off-by: Shengjing Zhu <zhsj@debian.org >
2020-12-01 01:33:56 +08:00