Skip to content

Releases: containers/storage

v1.10

17 Feb 17:08
Compare
Choose a tag to compare
enable parallel blob reads
lockfile: implement reader-writer locks
avoid `defer x.Unlock()` pattern in loops
Make use of overlay.override_kernel_check a warning instead of an error
images: always set Digest if we have digests
Teach images to hold multiple manifests
image-by-digest.bats: print output
Vendor github.com/containers/image
Don't ignore errors reloading layer/image/container lists
Move structs for storage.conf to pkg/config

v1.9

01 Feb 15:15
Compare
Choose a tag to compare

Move copytar functions from buildah to storage

v1.8

22 Jan 02:09
Compare
Choose a tag to compare
vndr opencontainers/selinux
overlay: do not attempt metacopyup when using a mount program

v1.7

18 Jan 19:17
Compare
Choose a tag to compare
overlay: check if metacopy is happening
Don't fail the mounter test because the kernel added options
overlay: make template results sort-of children
Remove mapped layers first
Add a CreateFromTemplate() method to drivers, and use it for mapped layers
Remove the last traces of the "override_kernel_check" option
Check for the OS when setting btrfs/libdm/ostree tags

v1.6

16 Jan 15:10
Compare
Choose a tag to compare

Remove private mount from zfs driver.

v1: Merge pull request #266 from rhatdan/master

16 Jan 15:10
263351e
Compare
Choose a tag to compare

v1.5

15 Jan 17:55
Compare
Choose a tag to compare
Update zfs driver to be closer to moby driver
Use mount options when mounting the chown layer.

v1.4

04 Jan 20:22
Compare
Choose a tag to compare
Expose path to default config file
handle ENOSPC for overlay driver

v1.3

18 Dec 17:41
Compare
Choose a tag to compare

Getting speed improvements in the compression algorithms

vendor: use github.com/klauspost/pgzip instead of compress/gzip
archive: ignore setxattr EPERM in a user namespace

V1.2

07 Dec 18:15
edbccd2
Compare
Choose a tag to compare
pkg/archive: truncate timestamps when writing headers to avoid rounding, except when Format==PAX
idmaps.bats: for shifting tests, always turn on shifting
devicemapper: mention dm.directlvm_device in its error message
test_drivers.bash: check for binaries that the driver expects
idmaps.bats: skip more tests for aufs
imageTopLayerForMapping: report the right layer ID in error messages
pkg/archive: truncate ModTime when we'd otherwise round it
hack/run_ci_tests.sh: run "docker info" before pull
Test using newer versions of golang, too
Rebase vfs code to use Moby definition of copy driver
[docs] Add man-page of subcommand mounted
graphtest: insulate against filesystems with low timestamp granularity
Fix broken sprintf
Add list of supported graph drivers to manpage
Vendor in latest ostree to remove compiler warnings
archive: propagate InUserNS option to storage-untar
Remove unused variable: compressionFlag
Should still delete container if layer does not exist.
Refactor ParseIDMap, allow parsing multiple maps at once
Add man-page of subcommand mounted
Allow the passing in and retrieval of mount options
layers: do not try to unmount if not mounted at all on delete
Add missing parameters to errors.Wrapf
Refactor: Extract ParseIDMap func to idtools package
overlay: use AUFS whiteout format when using mount_program
ci: run apt-get update