SHA256
1
0
forked from pool/buildah

Accepting request 627619 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/627619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-08-07 07:42:41 +00:00 committed by Git OBS Bridge
parent 799e75ca13
commit 39f9a00e48
5 changed files with 25 additions and 6 deletions

View File

@ -4,8 +4,8 @@
<param name="url">https://github.com/projectatomic/buildah.git</param>
<param name="scm">git</param>
<param name="filename">buildah</param>
<param name="versionformat">1.2</param>
<param name="revision">v1.2</param>
<param name="versionformat">1.3</param>
<param name="revision">v1.3</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c25b8828ee7fd74b3ea9e1f0114ade49e6cac3d10abe26a3060bdade910d831
size 2305732

3
buildah-1.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb426702e8953839a576ee2e256596ef9a5874defdb64fdc251d00cdf5a90f53
size 2362000

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Aug 6 06:17:06 UTC 2018 - vrothberg@suse.com
- Update buildah to v1.3:
* bud should not search context directory for Dockerfile
* Set BUILDAH_ISOLATION=rootless when running unprivileged
* Fix rmi to remove intermediate images associated with an image
* Set the default ulimits to match Docker
* buildah: no args is out of bounds
* preprocess ".in" suffixed Dockerfiles
* Add support for multiple Short options
* Update to latest urvave/cli
* Create buildah pull command
* Allow ping command without NET_RAW Capabilities
* Allow Dockerfile content to come from stdin
* add rename command
* Completion command
* Update vendor for runc to fix 32 bit builds
-------------------------------------------------------------------
Mon Jul 16 06:33:14 UTC 2018 - vrothberg@suse.com

View File

@ -23,7 +23,7 @@
%define with_libostree 1
%endif
Name: buildah
Version: 1.2
Version: 1.3
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0