Releases: containers/storage
Releases · containers/storage
v1.10
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
v1.8
v1.7
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
v1: Merge pull request #266 from rhatdan/master
Release v1.6
v1.5
v1.4
v1.3
V1.2
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