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).