-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:projectatomic/buildah
- Loading branch information
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,6 @@ BuildRequires: make | |
Requires: runc >= 1.0.0-6 | ||
Requires: container-selinux | ||
Requires: skopeo-containers | ||
Requires: ostree-libs | ||
Provides: %{repo} = %{version}-%{release} | ||
|
||
%description | ||
|
@@ -92,6 +91,37 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Wed Apr 4 2018 Dan Walsh <[email protected]> 0.16-1 | ||
- Add support for shell | ||
- Vendor in latest containers/image | ||
- docker-archive generates docker legacy compatible images | ||
- Do not create $DiffID subdirectories for layers with no configs | ||
- Ensure the layer IDs in legacy docker/tarfile metadata are unique | ||
- docker-archive: repeated layers are symlinked in the tar file | ||
- sysregistries: remove all trailing slashes | ||
- Improve docker/* error messages | ||
- Fix failure to make auth directory | ||
- Create a new slice in Schema1.UpdateLayerInfos | ||
- Drop unused storageImageDestination.{image,systemContext} | ||
- Load a *storage.Image only once in storageImageSource | ||
- Support gzip for docker-archive files | ||
- Remove .tar extension from blob and config file names | ||
- ostree, src: support copy of compressed layers | ||
- ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size | ||
- image: fix docker schema v1 -> OCI conversion | ||
- Add /etc/containers/certs.d as default certs directory | ||
- Change image time to locale, add troubleshooting.md, add logo to other mds | ||
- Allow --cmd parameter to have commands as values | ||
- Document the mounts.conf file | ||
- Fix man pages to format correctly | ||
- buildah from now supports pulling images using the following transports: | ||
- docker-archive, oci-archive, and dir. | ||
- If the user overrides the storage driver, the options should be dropped | ||
- Show Config/Manifest as JSON string in inspect when format is not set | ||
- Adds feature to pull compressed docker-archive files | ||
|
||
|
||
|
||
* Tue Feb 27 2018 Dan Walsh <[email protected]> 0.15-1 | ||
- Fix handling of buildah run command options | ||
|
||
|