docker-novolume-plugin - Block container starts with local volumes defined
Website: | https://github.com/projectatomic/docker-novolume-plugin |
---|---|
License: | MIT |
Vendor: | Virtuozzo |
- Description:
When a volume in provisioned via the `VOLUME` instruction in a Dockerfile or via `docker run -v volumename`, host's storage space is used. This could lead to an unexpected out of space issue which could bring down everything. There are situations where this is not an accepted behavior. PAAS, for instance, can't allow their users to run their own images without the risk of filling the entire storage space on a server. One solution to this is to deny users from running images with volumes. This way the only storage a user gets can be limited and PAAS can assign quota to it. This plugin solves this issue by disallowing starting a container with local volumes defined. In particular, the plugin will block `docker run` with: - `--volumes-from` - images that have `VOLUME`(s) defined - volumes early provisioned with `docker volume` command The only thing allowed will be just bind mounts.
Packages
docker-novolume-plugin-1.13.1-208.git7d71120.vl7.x86_64 [2.2 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-novolume-plugin-1.13.1-204.git0be3e21.vl7.x86_64 [2.2 MiB] |
Changelog
by Jindrich Novy (2021-02-12):
- fix CollectMode again - Related: #1787148 |
docker-novolume-plugin-1.13.1-203.git0be3e21.vl7.2.x86_64 [2.2 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-novolume-plugin-1.13.1-203.git0be3e21.vl7.1.x86_64 [2.4 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-novolume-plugin-1.13.1-161.git64e9980.vl7.1.x86_64 [2.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-novolume-plugin-1.13.1-161.git64e9980.vl7.x86_64 [2.3 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-novolume-plugin-1.13.1-108.git4ef4b30.vl7.1.x86_64 [2.3 MiB] |
Changelog
by Jindrich Novy (2019-12-13):
- bump release to not to clash with RHEL7.8 |