Merge pull request #3294 from dmcgowan/fix-metadata-panic
Ensure namespaced writer commit has correct namespace
This commit is contained in:
commit
2088fc999c
@ -567,6 +567,8 @@ func (nw *namespacedWriter) createAndCopy(ctx context.Context, desc ocispec.Desc
|
||||
}
|
||||
|
||||
func (nw *namespacedWriter) Commit(ctx context.Context, size int64, expected digest.Digest, opts ...content.Opt) error {
|
||||
ctx = namespaces.WithNamespace(ctx, nw.namespace)
|
||||
|
||||
nw.l.RLock()
|
||||
defer nw.l.RUnlock()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user