Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Slowroll:Build:1
cockpit-podman
correct-container-search.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File correct-container-search.patch of Package cockpit-podman
--- a/src/ImageRunModal.jsx +++ b/src/ImageRunModal.jsx @@ -516,7 +516,7 @@ export class ImageRunModal extends React.Component { } // Strip out all non-allowed container image characters when filtering. - let regexString = searchText.replace(/[^\w_.:-]/g, ""); + let regexString = searchText.replace(/[^/\w_.:-]/g, ""); // Strip image registry option if set for comparing results for docker.io searching for docker.io/fedora // returns docker.io/$username/fedora for example. if (regexString.includes('/')) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor