forked from pool/buildah
Accepting request 748136 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/748136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=23
This commit is contained in:
parent
3fc5a2c8d4
commit
a66c6e4e37
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.11.4</param>
|
<param name="versionformat">1.11.5</param>
|
||||||
<param name="revision">v1.11.4</param>
|
<param name="revision">v1.11.5</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:71a6840264ea5dbaaf8246b9598e0a1cb221c4cf704628b248a43f537741eb97
|
|
||||||
size 5547216
|
|
3
buildah-1.11.5.tar.xz
Normal file
3
buildah-1.11.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:62583c5094ca3baa829d9ad6353c9eeb7034eeaee1027b541609ee780807c816
|
||||||
|
size 5584248
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 14:57:37 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
- Update to v1.11.5
|
||||||
|
* buildah: add "manifest" command
|
||||||
|
* pkg/supplemented: add a package for grouping images together
|
||||||
|
* pkg/manifests: add a manifest list build/manipulation API
|
||||||
|
* Update for ErrUnauthorizedForCredentials API change in containers/image
|
||||||
|
* Update for manifest-lists API changes in containers/image
|
||||||
|
* version: also note the version of containers/image
|
||||||
|
* Move to containers/image v5.0.0
|
||||||
|
* Enable --device directory as src device
|
||||||
|
* Add clarification to the Tutorial for new users
|
||||||
|
* Silence "using cache" to ensure -q is fully quiet
|
||||||
|
* Move runtime flag to bud from common
|
||||||
|
* Commit: check for storage.ErrImageUnknown using errors.Cause()
|
||||||
|
* Fix crash when invalid COPY --from flag is specified.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 29 09:08:07 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
Tue Oct 29 09:08:07 UTC 2019 - 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.11.4
|
Version: 1.11.5
|
||||||
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