معرفی شرکت ها


docker-novolume-plugin-1.13.1-109.gitcccb291.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-109.gitcccb291.el7.centos.x86_64.rpm
نسخه بسته 1.13.1
انتشار بسته 109.gitcccb291.el7.centos
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Tue Mar 3 20
هاست سازنده 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-109.gitcccb291.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-109.gitcccb291.el7.centos docker-novolume-plugin
= 2:1.13.1-109.gitcccb291.el7.centos docker-novolume-plugin(x86-64)


نحوه نصب


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

    sudo yum localinstall docker-novolume-plugin-1.13.1-109.gitcccb291.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


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

تاریخ آخرین تغییر جزئیات
2020-01-30

use runc sources off 66aedde7 commit in docker-1.13.1-rhel branch (#1793486)
use docker sources off cccb291 commit in docker-1.13.1-rhel branch
do not use CollectMode systemd property in RHEL7
whitelist statx(2) syscall in docker (#1784228)
assure thread safety for gpgme library (#1792243)

2019-12-13

bump release to not to clash with RHEL7.8

2019-12-13

revert fix for #1766665 as RHEL 7 systemd does not have the CollectMode

2019-12-05

fix "libcontainerd: failed to receive event from containerd:" error (#1636244)
fix "Pods stuck in terminating state with rpc error: code = 2" (#1653292)
fix "Docker panics when performing `docker search` due to potential
fix race condition in kubelet cgroup destroy process (#1766665)

2019-11-21

update runc
Resolves: #1718441

2019-09-24

Resolves: #1653292, #1741718, #1739315, #1733941
built docker @projectatomic/docker-1.13.1-rhel commit 4ef4b30

2019-08-02

update RHEL7u7 branch with new version

2019-07-11

Resolves: #1727488, #1723491

2019-07-04

Resolves: #1492113, #1653292
built docker @projectatomic/docker-1.13.1-rhel commit 61c8524
built docker-containerd @projectatomic/docker-1.13.1-rhel commit 9c53e35

2019-06-25

Resolves: #1714032
unitfile patch from Ulrich Obergfell <uobergfe@redhat.com>

2019-06-24

Resolves: #1714722, #1717087 - CVE-2018-15664

2019-06-20

Resolves: #1720363
build -97 wasn't quite right, reverted and skipped from changelogs

2019-04-02

Resolves: #1695305
built docker-runc @projectatomic/docker-1.13.1-rhel commit 9c3c5f8

2019-04-02

Resolves: #1587898
built docker-runc @projectatomic/docker-1.13.1-rhel commit 16883c4

2019-02-26

Resolves: #1556901, #1678096
built docker-runc @projectatomic/docker-1.13.1-rhel commit df5c38a

2019-02-19

rebased containerd to 7989550b83317f799af20ab4df3a5b6487767fc9
Resolves: #1671861