Skip to content

Correct docker url in base.bst

James Ennis requested to merge correct_docker_url_in_base.bst into master

Correct url path in base.bst for the x86_64 image.

Without this we get the following error when we try to track the dependencies:

[00:00:00][????????][track:base.bst  ] FAILURE 404 Client Error: NOT FOUND for url: https://registry.hub.docker.com/v2/buildstream/image-tools//manifests/latest

Notice this url contains '//'

Merge request reports