buildah run: Add support for -- ending options parsing
buildah Add/Copy support for glob syntax buildah commit: Add flag to remove containers on commit buildah push: Improve man page and help information buildah run: add a way to disable PTY allocation Buildah docs: clarify --runtime-flag of run command Update to match newer storage and image-spec APIs Update containers/storage and containers/image versions buildah export: add support buildah images: update commands buildah images: Add JSON output option buildah rmi: update commands buildah containers: Add JSON output option buildah version: add command buildah run: Handle run without an explicit command correctly Ensure volume points get created, and with perms buildah containers: Add a -a/--all option
This commit is contained in:
parent
bc08a1903d
commit
4decefb361
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/buildah-a0a5333.tar.gz
|
||||
/buildah-597d2ab.tar.gz
|
||||
/buildah-ac2aad6.tar.gz
|
||||
|
25
buildah.spec
25
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 597d2ab9fa41b2db8ce0c6d8be05edb462d3b31d
|
||||
%global commit ac2aad63436e5eabdd8d49d712bee5cf637dd59a
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: buildah
|
||||
Version: 0.1.0
|
||||
Release: 2.git%{shortcommit}%{?dist}
|
||||
Version: 0.2.0
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{provider_prefix}
|
||||
@ -89,6 +89,25 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
||||
%{_datadir}/bash-completion/completions/buildah
|
||||
|
||||
%changelog
|
||||
* Tue Jul 18 2017 Dan Walsh <dwalsh@redhat.com> 0.2.0-1.gitac2aad6
|
||||
- buildah run: Add support for -- ending options parsing
|
||||
- buildah Add/Copy support for glob syntax
|
||||
- buildah commit: Add flag to remove containers on commit
|
||||
- buildah push: Improve man page and help information
|
||||
- buildah run: add a way to disable PTY allocation
|
||||
- Buildah docs: clarify --runtime-flag of run command
|
||||
- Update to match newer storage and image-spec APIs
|
||||
- Update containers/storage and containers/image versions
|
||||
- buildah export: add support
|
||||
- buildah images: update commands
|
||||
- buildah images: Add JSON output option
|
||||
- buildah rmi: update commands
|
||||
- buildah containers: Add JSON output option
|
||||
- buildah version: add command
|
||||
- buildah run: Handle run without an explicit command correctly
|
||||
- Ensure volume points get created, and with perms
|
||||
- buildah containers: Add a -a/--all option
|
||||
|
||||
* Wed Jun 14 2017 Dan Walsh <dwalsh@redhat.com> 0.1.0-2.git597d2ab9
|
||||
- Release Candidate 1
|
||||
- All features have now been implemented.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-597d2ab.tar.gz) = 89f86b12fd2b96c52ce6c21e6583a2099fa4b8f8de0c7d18eef698ebdb846e7b33441c78ac8c8be4117d3b59a9c90c1987f490278b23e7fc5c9d8d366677a35a
|
||||
SHA512 (buildah-ac2aad6.tar.gz) = fcd1c087449f6d420499fec6f13fb750c6c990708598243e148825c2a5c2538f092b93c975591a07adb729b898690f9830b4baa8563fa4661905b669a3587364
|
||||
|
Loading…
Reference in New Issue
Block a user