Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve path segment escaping in OciRepositoryHandler:
old: / -> $1 $ -> $0 new: optimizes for nice escaping of slashes that are almost always part of the registryUrl and imageName, while '*' is less common / -> * * -> $1 $ -> $0
- Loading branch information