-
Notifications
You must be signed in to change notification settings - Fork 209
w 8000 erf cr login does not work with the docker registry image #6667
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
Comments
Hello @chasinglogic. When working with a locally running registry, there is no need to perform additional actions such as The behavior of |
@alexey-igrychev I did try
|
Uh oh!
There was an error while loading. Please reload this page.
Before proceeding
Version
2.29.0
How to reproduce
werf cr login --help
I see this example for insecure registries:werf cr login --insecure-registry localhost:5000
Result
When I run that I get the error:
Error: provide --username
If I try running
--insecure-registry
with a bogus--username
and--password
flag (--password
is also required if you simply provide--username
alone) I get this error:It seems to me that
--insecure-registry
clearly doesn't behave as expected or the help information is out of date. If it's simply the help is out of date I don't see a way that local insecure registries can be supported.Expected result
I expected werf to be able to work with a locally running registry for testing purposes.
Additional information
No response
The text was updated successfully, but these errors were encountered: