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:
parent
799e75ca13
commit
39f9a00e48
4
_service
4
_service
@ -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">
|
||||
|
@ -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
3
buildah-1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb426702e8953839a576ee2e256596ef9a5874defdb64fdc251d00cdf5a90f53
|
||||
size 2362000
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user