Updated 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
Add better docs to man pages.
Use credentials from authfile for skopeo commands
Support storage="" in /etc/containers/storage.conf
Add global --override-arch and --override-os options
copy: add shared blob directory support for OCI sources/destinations
Aligning Docker version between containers/image and skopeo
Update image-tools, and remove the duplicate Sirupsen/logrus vendor
makefile: use -buildmode=pie
it conflicts with inn package
Also remove default to "overalay" in the configuration, since we should
allow containers storage to pick the best default for the platform.
Bump to the latest version of skopeo
vendor.conf: add ostree-go
it is used by containers/image for pulling images to the OSTree storage.
fail early when image os does not match host os
Improve documentation on what to do with containers/image failures in test-skopeo
We now have the docker-archive: transport
Integration tests with built registries also exist
Support /etc/docker/certs.d
update image-spec to v1.0.0-rc6
Bump to the latest version of skopeo
vendor.conf: add ostree-go
it is used by containers/image for pulling images to the OSTree storage.
fail early when image os does not match host os
Improve documentation on what to do with containers/image failures in test-skopeo
We now have the docker-archive: transport
Integration tests with built registries also exist
Support /etc/docker/certs.d
update image-spec to v1.0.0-rc6
Bump to the latest version of skopeo
vendor.conf: add ostree-go
it is used by containers/image for pulling images to the OSTree storage.
fail early when image os does not match host os
Improve documentation on what to do with containers/image failures in test-skopeo
We now have the docker-archive: transport
Integration tests with built registries also exist
Support /etc/docker/certs.d
update image-spec to v1.0.0-rc6
Bump to the latest version of skopeo
vendor.conf: add ostree-go
it is used by containers/image for pulling images to the OSTree storage.
fail early when image os does not match host os
Improve documentation on what to do with containers/image failures in test-skopeo
We now have the docker-archive: transport
Integration tests with built registries also exist
Support /etc/docker/certs.d
update image-spec to v1.0.0-rc6
Bump to the latest version of skopeo
vendor.conf: add ostree-go
it is used by containers/image for pulling images to the OSTree storage.
fail early when image os does not match host os
Improve documentation on what to do with containers/image failures in test-skopeo
We now have the docker-archive: transport
Integration tests with built registries also exist
Support /etc/docker/certs.d
update image-spec to v1.0.0-rc6
- include go-srpm-macros and compiler(go-compiler) in fedora conditionals
- define %gobuild if not already
- add patch to build with older version of golang
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
For some reason not actually explained in upstream commit
eab73f3d514bc515c1eeb19926cb781410fd5de9, the man page was committed
in troff format to git directly, and is now illegible gook.
A consequence of this is we no longer need to run go-md2man (the
invocation of which should have been in the upstream Makefile directly
anyways).