Failed to build docker images with kolla-build?
Most of the time when I am trying to build docker images using the kolla-build tool, I got something like:
...
ERROR:kolla.common.utils:almanach-api Failed with status: matched
ERROR:kolla.common.utils:almanach-collector Failed with status: matched
ERROR:kolla.common.utils:bifrost-deploy Failed with status: matched
...
One thing you can try is to build the images from source:
$ kolla-build almanach-api almanach-collector bifrost-deploy -t source
...
ERROR:kolla.common.utils:almanach-api Failed with status: matched
ERROR:kolla.common.utils:almanach-collector Failed with status: matched
ERROR:kolla.common.utils:bifrost-deploy Failed with status: matched
...
One thing you can try is to build the images from source:
$ kolla-build almanach-api almanach-collector bifrost-deploy -t source
Comments
Post a Comment