Ignore errors when trying to read containers buildah.json for loading SELinux reservations
Use credentials from kpod login for buildah
This commit is contained in:
parent
0d65c5fa08
commit
d14dafee50
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/buildah-35afa1c.tar.gz
|
||||
/buildah-f7dc659.tar.gz
|
||||
/buildah-de0fb93.tar.gz
|
||||
/buildah-b7e3320.tar.gz
|
||||
|
@ -21,11 +21,11 @@
|
||||
# https://github.com/projectatomic/buildah
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit de0fb93f3d207817021d62171d85e572312523a9
|
||||
%global commit b7e3320fe487ddaa859506df991c365ff2737870
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: buildah
|
||||
Version: 0.6
|
||||
Version: 0.7
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
@ -91,6 +91,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
||||
%{_datadir}/bash-completion/completions/buildah
|
||||
|
||||
%changelog
|
||||
* Thu Nov 16 2017 Dan Walsh <dwalsh@redhat.com> 0.7-1
|
||||
- Ignore errors when trying to read containers buildah.json for loading SELinux reservations
|
||||
- Use credentials from kpod login for buildah
|
||||
|
||||
* Wed Nov 15 2017 Dan Walsh <dwalsh@redhat.com> 0.6-1
|
||||
- Adds support for converting manifest types when using the dir transport
|
||||
- Rework how we do UID resolution in images
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-de0fb93.tar.gz) = 9d601f2829284e3b677bd7965ec5c2ea0ed30404509f9e796d1c25e0fce5ea32ffc8178288438a715b7f1c5e43628e969a807e4739901537d58fee19c420b9d9
|
||||
SHA512 (buildah-b7e3320.tar.gz) = 021e5f47068b3d7aafbf9563aa0f2f28b7d2bfdcb885d8ba052705d883a543a8d407fa70b6b840c10c9b81d778a49842fd7b4396a0431a0d8f02e711b1bc81b3
|
||||
|
Loading…
Reference in New Issue
Block a user