mirror of
https://github.com/distribution/distribution.git
synced 2025-07-21 10:39:16 +00:00
[release/2.8 backport] reference: fix broken alias for DomainRegexp (#4114)
This commit is contained in:
commit
d85b88a400
@ -20,7 +20,7 @@ var DigestRegexp = reference.DigestRegexp
|
|||||||
// Deprecated: use [reference.DomainRegexp].
|
// Deprecated: use [reference.DomainRegexp].
|
||||||
//
|
//
|
||||||
// [RFC 6874]: https://www.rfc-editor.org/rfc/rfc6874.
|
// [RFC 6874]: https://www.rfc-editor.org/rfc/rfc6874.
|
||||||
var DomainRegexp = reference.DigestRegexp
|
var DomainRegexp = reference.DomainRegexp
|
||||||
|
|
||||||
// IdentifierRegexp is the format for string identifier used as a
|
// IdentifierRegexp is the format for string identifier used as a
|
||||||
// content addressable identifier using sha256. These identifiers
|
// content addressable identifier using sha256. These identifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user