forked from pool/buildah
Accepting request 666754 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/666754 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=12
This commit is contained in:
parent
2b4c0df04d
commit
3eee9b55d6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:991cfd023341d3936c04ae8e78991413e9cdbda35ffd4581fcd868f744fa7372
|
|
||||||
size 2398380
|
|
3
buildah-1.6.tar.xz
Normal file
3
buildah-1.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a5e9d82ae7ef3800e77c540d411518175f7bcd6a47b3689e176c198c19ad5d4
|
||||||
|
size 3337004
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 17 14:21:58 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- Update to v1.6
|
||||||
|
* unshare: do not set USER=root
|
||||||
|
* run: ignore EIO when flushing at the end, avoid double log
|
||||||
|
* build-using-dockerfile,commit: disable compression by default
|
||||||
|
* Make rootless work under no_pivot_root
|
||||||
|
* Properly format images JSON output
|
||||||
|
* Assume user 0 group 0, if /etc/passwd file in container.
|
||||||
|
* Add buildah info command
|
||||||
|
- Full changelog: https://github.com/containers/buildah/releases/tag/v1.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 23 07:57:58 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
Fri Nov 23 07:57:58 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: buildah
|
Name: buildah
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for building OCI containers
|
Summary: Tool for building OCI containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -44,7 +44,7 @@ BuildRequires: libassuan-devel
|
|||||||
BuildRequires: libbtrfs-devel
|
BuildRequires: libbtrfs-devel
|
||||||
BuildRequires: libgpgme-devel
|
BuildRequires: libgpgme-devel
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
BuildRequires: golang(API) >= 1.9
|
BuildRequires: golang(API) >= 1.10
|
||||||
Requires: libcontainers-common
|
Requires: libcontainers-common
|
||||||
Requires: libcontainers-image
|
Requires: libcontainers-image
|
||||||
Requires: libcontainers-storage
|
Requires: libcontainers-storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user