Add secrets patch to buildah
Add proper SELinux labeling to buildah run Add tls-verify to bud command Make filtering by date use the image's date images: don't list unnamed images twice Fix timeout issue Add further tty verbiage to buildah run Make inspect try an image on failure if type not specified Add support for `buildah run --hostname` Tons of bug fixes and code cleanup
This commit is contained in:
parent
dd55030025
commit
33387dce24
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/buildah-b37a981.tar.gz
|
||||
/buildah-b9b2a8a.tar.gz
|
||||
/buildah-9cbccf8.tar.gz
|
||||
/buildah-35afa1c.tar.gz
|
||||
|
16
buildah.spec
16
buildah.spec
@ -21,11 +21,11 @@
|
||||
# https://github.com/projectatomic/buildah
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit 9cbccf88cfc1f6e205af30f7e048eab0949468ad
|
||||
%global commit 35afa1c1f4143130668eff755187bac1866a8704
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: buildah
|
||||
Version: 0.4
|
||||
Version: 0.5
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
@ -90,6 +90,18 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
||||
%{_datadir}/bash-completion/completions/buildah
|
||||
|
||||
%changelog
|
||||
* Tue Nov 07 2017 Dan Walsh <dwalsh@redhat.com> 0.5-1
|
||||
- Add secrets patch to buildah
|
||||
- Add proper SELinux labeling to buildah run
|
||||
- Add tls-verify to bud command
|
||||
- Make filtering by date use the image's date
|
||||
- images: don't list unnamed images twice
|
||||
- Fix timeout issue
|
||||
- Add further tty verbiage to buildah run
|
||||
- Make inspect try an image on failure if type not specified
|
||||
- Add support for `buildah run --hostname`
|
||||
- Tons of bug fixes and code cleanup
|
||||
|
||||
* Fri Sep 22 2017 Dan Walsh <dwalsh@redhat.com> 0.4-1.git9cbccf88c
|
||||
- Add default transport to push if not provided
|
||||
- Avoid trying to print a nil ImageReference
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-9cbccf8.tar.gz) = b205d8ec5a9cc08e08a9ae62d6fd2bd21146b88bf324d6618a4b686101f744819a74430d13d64e7debd7d6deee0f555e4d18aa9c2db4241667c78a25a56e3636
|
||||
SHA512 (buildah-35afa1c.tar.gz) = df23f69a566c52dc45fb2f4c1014066a063abe70b42c006f08cd59860fe8fa7906137510591875c0d3664155fe688363af8ea335908a9580ea0753493a045972
|
||||
|
Loading…
Reference in New Issue
Block a user