Accepting request 641812 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/641812 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bubblewrap?expand=0&rev=7
This commit is contained in:
commit
465646475c
@ -1,8 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 11 16:41:12 UTC 2018 - Antonio Larrosa <alarrosa@suse.com> - 0.3.1
|
||||
|
||||
- update to version 0.3.1:
|
||||
* New feature in this release is --bind-try (as well as --dev-bind-try
|
||||
and --ro-bind-try) which works like the regular versions if the source
|
||||
exists, but does nothing if it doesn't exist.
|
||||
|
||||
* The mount type for the root tmpfs was also changed to "tmpfs" instead
|
||||
of being empty, as the later could cause problems with some programs
|
||||
when parsing the mountinfo files in /proc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 14 20:06:50 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
- update to version 0.3.0:
|
||||
* no upstream changelog available
|
||||
* The biggest feature from this release is that bwrap
|
||||
now supports being invoked recursively (from other container
|
||||
runtimes such as Docker/podman/runc as well as bwrap itself)
|
||||
when user namespaces are enabled, and the outer container manager
|
||||
allows it (Docker's default seccomp policy doesn't).
|
||||
|
||||
* This is useful for testing scenarios; for example a project
|
||||
uses Kubernetes for its CI, but inside build the project wants to run
|
||||
each unit test in their own pid namespace, without going out
|
||||
and creating a new pod for every single unit test.
|
||||
|
||||
* Similarly, rpm-ostree compose tree uses bwrap internally for scripts,
|
||||
and we want to support running rpm-ostree inside a container as well.
|
||||
|
||||
* Another feature is bwrap now supports -- to terminate argument
|
||||
parsing. To detect availablity of this, you could parse bwrap --version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 1 21:02:33 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: bubblewrap
|
||||
Version: 0.3.0
|
||||
Version: 0.3.1
|
||||
Release: 0
|
||||
Summary: Core execution tool for unprivileged containers
|
||||
License: LGPL-2.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31781b5f9fcb12b525fad9fd2bec2309679b7a4cb7eb5da40cff84eafc93454b
|
||||
size 62509
|
3
v0.3.1.tar.gz
Normal file
3
v0.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3757cb021d1a3ccc36828a58363817e1923c458ed03260d0c2b3a99da61bfb81
|
||||
size 62768
|
Loading…
Reference in New Issue
Block a user