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
This commit is contained in:
parent
735cd52f9f
commit
78230e62b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/buildah-8badcc2.tar.gz
|
/buildah-8badcc2.tar.gz
|
||||||
/buildah-ef0ca9c.tar.gz
|
/buildah-ef0ca9c.tar.gz
|
||||||
/buildah-d1330a5.tar.gz
|
/buildah-d1330a5.tar.gz
|
||||||
|
/buildah-82529cd.tar.gz
|
||||||
|
33
buildah.spec
33
buildah.spec
@ -14,11 +14,11 @@
|
|||||||
# https://github.com/projectatomic/buildah
|
# https://github.com/projectatomic/buildah
|
||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global commit d1330a5c4680dd18e1d58015f94cb3530c248eb9
|
%global commit 82529cdf31628d4636214d93b8d28a05443fce60
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 0.15
|
Version: 0.16
|
||||||
Release: 1.git%{shortcommit}%{?dist}
|
Release: 1.git%{shortcommit}%{?dist}
|
||||||
Summary: A command line tool used for creating OCI Images
|
Summary: A command line tool used for creating OCI Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -85,6 +85,35 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 4 2018 Dan Walsh <dwalsh@redhat.com> 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 <dwalsh@redhat.com> 0.15-1
|
* Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.com> 0.15-1
|
||||||
- Fix handling of buildah run command options
|
- Fix handling of buildah run command options
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (buildah-d1330a5.tar.gz) = ec9fde97d29c39bc73bb52afaa68656468fb2325a08bb064137a2d00e1a63fa5f7e881df78de526533b4f56f900322c78940cdbcc317ade4a36464ebd2494fd5
|
SHA512 (buildah-82529cd.tar.gz) = 979a9e1cef5368ae03c0f67b9649b7f74ab3c294e1e1efe2b23e4e2a7ddeb143d73ee8cdd2cbb0bba9266fdf5db059cac0dcdafb461f3e0f60cdecf6e21684a5
|
||||||
|
Loading…
Reference in New Issue
Block a user