From 78230e62b76b92e04496ff728a9f9a3929731dfd Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 4 Apr 2018 10:18:08 -0400 Subject: 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 --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources') diff --git a/sources b/sources index 7387fed..5083be7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-d1330a5.tar.gz) = ec9fde97d29c39bc73bb52afaa68656468fb2325a08bb064137a2d00e1a63fa5f7e881df78de526533b4f56f900322c78940cdbcc317ade4a36464ebd2494fd5 +SHA512 (buildah-82529cd.tar.gz) = 979a9e1cef5368ae03c0f67b9649b7f74ab3c294e1e1efe2b23e4e2a7ddeb143d73ee8cdd2cbb0bba9266fdf5db059cac0dcdafb461f3e0f60cdecf6e21684a5 -- cgit