Allow push to use the image id
Make sure builtin volumes have the correct label
This commit is contained in:
parent
fa6abe11e2
commit
9d94396108
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/buildah-de0fb93.tar.gz
|
||||
/buildah-b7e3320.tar.gz
|
||||
/buildah-bf40000.tar.gz
|
||||
/buildah-04ea079.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 bf40000e72b351067ebae7b77d212a200f9ce051
|
||||
%global commit 04ea0791308720d032fdf7f1efb55488ac633351
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: buildah
|
||||
Version: 0.8
|
||||
Version: 0.9
|
||||
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
|
||||
* Sat Dec 2 2017 Dan Walsh <dwalsh@redhat.com> 0.9-1
|
||||
- Allow push to use the image id
|
||||
- Make sure builtin volumes have the correct label
|
||||
|
||||
* Thu Nov 16 2017 Dan Walsh <dwalsh@redhat.com> 0.8-1
|
||||
- Buildah bud was failing on SELinux machines, this fixes this
|
||||
- Block access to certain kernel file systems inside of the container
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-bf40000.tar.gz) = a956a0e316e8febbd5554de94f6cf4f9ecd3f09972e442486d2b6c67018fea47d4c8a2586e70ff404343b94b106a123302c09506121804f5ddc00b2770b6e7de
|
||||
SHA512 (buildah-04ea079.tar.gz) = fc91d16ef5b223788c08d2888ce2aeb9c7a630c8407c2661b4f6ab3c923edcccdfb612cef0d18b390bd848c5e3578eb5258e8292ce11aa8c0949285a4dd72d1e
|
||||
|
Loading…
Reference in New Issue
Block a user