forked from pool/buildah
Accepting request 781540 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/781540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=28
This commit is contained in:
parent
62610d8594
commit
24c7f6315b
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/containers/buildah.git</param>
|
<param name="url">https://github.com/containers/buildah.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">buildah</param>
|
<param name="filename">buildah</param>
|
||||||
<param name="versionformat">1.14.0</param>
|
<param name="versionformat">1.14.2</param>
|
||||||
<param name="revision">v1.14.0</param>
|
<param name="revision">v1.14.2</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd9a4712bf1c490c854a9032ee9e18d88af2e6be87c0cdcbb072214ea1f82ec0
|
|
||||||
size 5769436
|
|
3
buildah-1.14.2.tar.xz
Normal file
3
buildah-1.14.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:519773663712448820467e05427eedad0d201eb0e419e36552564e43261b0eaa
|
||||||
|
size 5878624
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 4 13:43:36 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
- Update to v1.14.2
|
||||||
|
* Search for local runtime per values in containers.conf
|
||||||
|
* Set correct ownership on working directory
|
||||||
|
* Improve remote manifest retrieval
|
||||||
|
* Correct a couple of incorrect format specifiers
|
||||||
|
* manifest push --format: force an image type, not a list type
|
||||||
|
* run: adjust the order in which elements are added to $
|
||||||
|
* getDateAndDigestAndSize(): handle creation time not being set
|
||||||
|
* Make the commit id clear like Docker
|
||||||
|
* Show error on copied file above context directory in build
|
||||||
|
* pull/from/commit/push: retry on most failures
|
||||||
|
* Repair buildah so it can use containers.conf on the server side
|
||||||
|
* Fixing formatting & build instructions
|
||||||
|
* Fix XDG_RUNTIME_DIR for authfile
|
||||||
|
* Show validation command-line
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 13 08:22:30 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
Thu Feb 13 08:22:30 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: buildah
|
Name: buildah
|
||||||
Version: 1.14.0
|
Version: 1.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for building OCI containers
|
Summary: Tool for building OCI containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user