معرفی شرکت ها


docker-novolume-plugin-1.13.1-209.git7d71120.el7.centos.x86_64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Block container starts with local volumes defined
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 7
مخزن Centos extras x86_64
نام بسته docker-novolume-plugin
نام فایل بسته docker-novolume-plugin-1.13.1-209.git7d71120.el7.centos.x86_64.rpm
نسخه بسته 1.13.1
انتشار بسته 209.git7d71120.el7.centos
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Wed 02 Mar 2022 06
هاست سازنده x86-01.bsys.centos.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/projectatomic/docker-novolume-plugin
مجوز MIT
حجم دانلود 1.9M
حجم نصب 6.523M
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.


جایگزین ها



نیازمندی

مقدار نام
- /bin/sh
- /bin/sh
- /bin/sh
= 2:1.13.1-209.git7d71120.el7.centos docker
- libc.so.6()(64bit)
- libc.so.6(GLIBC_2.2.5)(64bit)
- libcrypto.so.10()(64bit)
- libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit)
- libcrypto.so.10(libcrypto.so.10)(64bit)
- libpthread.so.0()(64bit)
- libpthread.so.0(GLIBC_2.2.5)(64bit)
- libpthread.so.0(GLIBC_2.3.2)(64bit)
- rtld(GNU_HASH)


ارائه دهنده

مقدار نام
= 2:1.13.1-209.git7d71120.el7.centos docker-novolume-plugin
= 2:1.13.1-209.git7d71120.el7.centos docker-novolume-plugin(x86-64)


نحوه نصب


نصب پکیج rpm docker-novolume-plugin:

    sudo yum localinstall docker-novolume-plugin-1.13.1-209.git7d71120.el7.centos.x86_64.rpm


فایل ها

مسیرها
/usr/lib/systemd/system/docker-novolume-plugin.service
/usr/lib/systemd/system/docker-novolume-plugin.socket
/usr/libexec/docker/docker-novolume-plugin
/usr/share/doc/docker-novolume-plugin-1.13.1
/usr/share/doc/docker-novolume-plugin-1.13.1/README.md
/usr/share/licenses/docker-novolume-plugin-1.13.1
/usr/share/licenses/docker-novolume-plugin-1.13.1/LICENSE
/usr/share/man/man8/docker-novolume-plugin.8.gz


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2021-10-01

update to runc-8891bca22c049cd2dcf13ba2438c0bac8d7f3343
update to containerd-46b69ea4c3d2d965e2116ef47e20e5584a3c2741
apply https://github.com/projectatomic/runc/pull/56
drop applied patches
Related: #2000782

2021-06-04

propagate mounts to the host - fix regression introduced by fix of CVE-2021-30465
Resolves: #1966968

2021-05-26

apply memory leak fix from Kir Kolyshkin
Resolves: #1951896

2021-05-18

fix CVE-2021-30465
Related: #1959475

2021-03-31

fix mounting volume with incorrect permission
fix dockerd leaking SELinux MCS labels
Resolves: #1734482
Resolves: #1896883

2021-02-12

fix CollectMode again
Related: #1787148

2020-10-27

do not enable CollectMode support yet because it is not still present in
ALT
Related: #1766665

2020-09-29

fix "runc run: fix panic on failed init start"
Resolves: #1879425

2020-09-22

fix "Race condition in kubelet cgroup destroy process"
Resolves: #1766665

2020-06-22

rebuilt

2020-06-10

update docker to 0be3e21: fixes "dockerd leaks SELinux MCS labels"
Resolves: #1734482

2020-03-03

make failure message for CVE-2020-1702 more obvious (#1804024)
drop patch for #1734482 as it breaks compilation

2020-03-02

fix "dockerd leaks SELinux MCS labels" (#1734482)

2020-02-21

fix CVE-2020-8945 (#1784838)

2020-02-14

add missing patch for #1718441

2020-02-11

fix CVE-2020-1702 (#1792796)