docker-v1.10-migrator - Calculates SHA256 checksums for docker layer content
Website: | https://github.com/docker/docker |
---|---|
License: | ASL 2.0 and CC-BY-SA |
Vendor: | Virtuozzo |
- Description:
Starting from v1.10 docker uses content addressable IDs for the images and layers instead of using generated ones. This tool calculates SHA256 checksums for docker layer content, so that they don't need to be recalculated when the daemon starts for the first time. The migration usually runs on daemon startup but it can be quite slow(usually 100-200MB/s) and daemon will not be able to accept requests during that time. You can run this tool instead while the old daemon is still running and skip checksum calculation on startup.
Packages
docker-v1.10-migrator-1.13.1-208.git7d71120.vl7.x86_64 [2.9 MiB] |
Changelog
by Jindrich Novy (2021-06-04):
- propagate mounts to the host - fix regression introduced by fix of CVE-2021-30465 - Resolves: #1966968 |
docker-v1.10-migrator-1.13.1-204.git0be3e21.vl7.x86_64 [2.9 MiB] |
Changelog
by Jindrich Novy (2021-02-12):
- fix CollectMode again - Related: #1787148 |
docker-v1.10-migrator-1.13.1-203.git0be3e21.vl7.2.x86_64 [2.9 MiB] |
Changelog
by Jindrich Novy (2020-10-27):
- do not enable CollectMode support yet because it is not still present in 7.6-ALT - Related: #1766665 |
docker-v1.10-migrator-1.13.1-203.git0be3e21.vl7.1.x86_64 [3.5 MiB] |
Changelog
by Jindrich Novy (2020-10-27):
- do not enable CollectMode support yet because it is not still present in 7.6-ALT - Related: #1766665 |
docker-v1.10-migrator-1.13.1-161.git64e9980.vl7.1.x86_64 [3.5 MiB] |
Changelog
by Jindrich Novy (2020-03-03):
- make failure message for CVE-2020-1702 more obvious (#1804024) - drop patch for #1734482 as it breaks compilation |
docker-v1.10-migrator-1.13.1-161.git64e9980.vl7.x86_64 [3.4 MiB] |
Changelog
by Jindrich Novy (2020-03-03):
- make failure message for CVE-2020-1702 more obvious (#1804024) - drop patch for #1734482 as it breaks compilation |
docker-v1.10-migrator-1.13.1-108.git4ef4b30.vl7.1.x86_64 [3.4 MiB] |
Changelog
by Jindrich Novy (2019-12-13):
- bump release to not to clash with RHEL7.8 |