Skip to content

Releases: containers/storage

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

Version 1.1 Initial released version of containers/storage

21 Nov 18:42
3161726
Compare
Choose a tag to compare

We have not been shipping containers/storage, so we have not been generating releases. Now that we are attempting to package containers/storage up into Debian, we need to start generating releases and versions.

This is the initial released version.