mirror of https://github.com/containers/image.git
Add a HasThreadSafePutBlob() method to the ImageDestination interface and all its implementations to indicate whether the corresponding PutBlob() method can be executed concurrently. This is a first step to enable parallel image copying. By default, all transports are not thread-safe and must be carefully migrated in later changes. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |
||
|---|---|---|
| .. | ||
| openshift-copies.go | ||
| openshift.go | ||
| openshift_transport.go | ||
| openshift_transport_test.go | ||