معرفی شرکت ها


docker-novolume-plugin-1.13.1-204.git0be3e21.el7.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-204.git0be3e21.el7.x86_64.rpm
نسخه بسته 1.13.1
انتشار بسته 204.git0be3e21.el7
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Fri 19 Mar 2021 05
هاست سازنده x86-02.bsys.centos.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/projectatomic/docker-novolume-plugin
مجوز MIT
حجم دانلود 1.9M
حجم نصب 6.522M
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-204.git0be3e21.el7 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-204.git0be3e21.el7 docker-novolume-plugin
= 2:1.13.1-204.git0be3e21.el7 docker-novolume-plugin(x86-64)


نحوه نصب


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

    sudo yum localinstall docker-novolume-plugin-1.13.1-204.git0be3e21.el7.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-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)

2020-01-24

resurrect s390x arch as kernel there now has the renameat2 syscall (#1773504)

2020-01-23

use runc sources off 66aedde7 commit in docker-1.13.1-rhel branch (#1791870)
use docker sources off cccb291 commit in docker-1.13.1-rhel branch
do not use CollectMode systemd property in RHEL7

2020-01-20

Fix thread safety of gpgme (#1792243)

2020-01-16

temporary disable s390x arch due to #1773504 causing fuse-overlayfs
skopeo/contaners-common requires it

2019-12-23

patch also local seccomp.json (#1784228)