-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regular expression does not work if the name contains the symbol '_' #102
Comments
I don't think an underscore would be a problem, Go's regular expressions lib does support that. You can try |
I think that the problem is that the namespaces are nested in the image names. Like this:
|
That's supported and not a problem. Dregsy's test suite contains test cases that use this. What type of registry are you using? Does it support the |
|
I think the problem happens when the repo list is retrieved. This is done using |
Hi, no problem, here is the log:
|
OK, not what I expected ;-) I thought this would fail. I pushed a dregsy image to DockerHub, tag |
Alexander, thanks for the help.
parameter to be specified. |
Great to hear it's solved! I'll keep this issue open for the time being, to remind myself that I need to add a note/hint to the readme about this kind of situation. A log message about hitting the lister image may also be helpful. |
Hello, I ran into a problem that the regular expression does not work if there is a '_' character in the name.
config.yaml
The text was updated successfully, but these errors were encountered: