This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 672
WEAVE_DOCKER_ARGS cause "invalid reference format" error #3370
Comments
Hi, could you run |
WEAVE_DEBUG=true WEAVE_DOCKER_ARGS="-l com.abc.com.container.ignore" weave launch |
WEAVE_DOCKER_ARGS="-l com.abc.com.container.ignore" weave launch |
WEAVE_DEBUG= WEAVE_DOCKER_ARGS="-l com.abc.com.container.ignore" weave launch |
Comment: There is a side bug unrelated with WEAVE_DEBUG |
Ah, ok, I think this is because Sorry about that. |
Fixed by #3371. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Symptom:
When attempting to pass additional Docker run arguments to
weave launch
, got an error "invalid reference format".Found in version : Weave version2.4.0
Steps to repro:
Just execute the code below to add a custom Docker label "com.abc.com.container.ignore"
WEAVE_DEBUG= WEAVE_DOCKER_ARGS="-l com.abc.com.container.ignore" weave launch
unable to create container: API error (500): invalid reference format
Note: When WEAVE_DOCKER_ARGS="", it works.
The text was updated successfully, but these errors were encountered: