Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Image.Inspect now provides more information. Improved support for registries that require authentication, notably for the search operation. - Cirrus: Use the latest imgts container - Cirrus: Update CI VM images - Replace use of deprecated io/ioutil - Reformat with Go 1.19's gofmt - Use c/image's reference package - Rename archiveImageDestination.writer to file - Introduce archiveImageDestination.closeWriter - Use an *archive.Writer in dockerArchiveReference and dockerArchiveDestination - Inline openArchiveForWriting into archive.Writer - Automaticaly delete a docker-archive if we didn't write a complete image - Update a test dependency to avoid override problems - docker_client: Handle "invalid_scope" errors - Document limitations of transports for remote podman client - Remove github.com/docker/distribution/registry/client package - Log invalid and empty credential helper entries Signed-off-by: Miloslav Trmač <[email protected]>
- Loading branch information