Add --all to remove containers
Add --all functionality to rmi Show ctrid when doing rm -all Ignore sequential duplicate layers when reading v2s1 Lots of minor bug fixes Vendor in latest containers/image and containers/storage
This commit is contained in:
parent
a636dc84ea
commit
b1da7ad14d
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/buildah-04ea079.tar.gz
|
||||
/buildah-979c945.tar.gz
|
||||
/buildah-129fb10.tar.gz
|
||||
/buildah-6bad262.tar.gz
|
||||
|
14
buildah.spec
14
buildah.spec
@ -21,12 +21,12 @@
|
||||
# https://github.com/projectatomic/buildah
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit 129fb109d55496c8c3b8889ce15ea76e439c697a
|
||||
%global commit 6bad262ff123ef15f3fcdb26d1c53a037f973a2d
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: buildah
|
||||
Version: 0.10
|
||||
Release: 2.git%{shortcommit}%{?dist}
|
||||
Version: 0.11
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{provider_prefix}
|
||||
@ -90,6 +90,14 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
||||
%{_datadir}/bash-completion/completions/buildah
|
||||
|
||||
%changelog
|
||||
* Tue Jan 16 2018 Dan Walsh <dwalsh@redhat.com> 0.11-1
|
||||
- Add --all to remove containers
|
||||
- Add --all functionality to rmi
|
||||
- Show ctrid when doing rm -all
|
||||
- Ignore sequential duplicate layers when reading v2s1
|
||||
- Lots of minor bug fixes
|
||||
- Vendor in latest containers/image and containers/storage
|
||||
|
||||
* Tue Dec 26 2017 Dan Walsh <dwalsh@redhat.com> 0.10-2
|
||||
- Fix checkin
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-129fb10.tar.gz) = f66bcda7400c3d5141ac5c919088637a41baadcf0a55fb1fcc9a1af72dbb7887f9f3f81c47d2db3047da885f6e5b9dd65da56a46393d5551cb4d492071a22bfd
|
||||
SHA512 (buildah-6bad262.tar.gz) = 4f919788c363a5b3aaac795b9303546de7c88edb09f730420239ca127b52e57aec8513578bdfef06d6dc4398d23408d91b56d19b42ee8b7b31a67cd2d39290f9
|
||||
|
Loading…
Reference in New Issue
Block a user