Closed marccarre closed 6 years ago
docker tag weaveworks/weavebuild weaveworks/weavebuild: Error parsing reference: "weaveworks/weavebuild:" is not a valid repository/tag: invalid reference format make: *** [.build.uptodate] Error 1
I ran into this issue other day. This would happen when tools/image-tag
is missing as indicated in the error above
tools/image-tag: Command not found
If you follow the build steps and doing git submodule update --init
before make should fix this.
Please re-open if this still does not fix.
What you expected to happen?
Weave Net to build successfully.
What happened?
How to reproduce it?
Anything else we need to know?
This may or may not be related to https://app.intercom.io/a/apps/nvwp88sj/inbox/inbox/all/conversations/17786897537 -- unclear at this stage. Right before the actual build error, there are
apt
/gpg
related errors/warnings which appeared in "red" in my terminal. If the OP is talking about the same issue, this may have confused him.Versions:
If related, branches
2.2
and2.4
may be failing too.