• X
    isula-build: fix build FROM local store image failed · eb426252
    xiadanni 提交于
    Reason: When we resolve "FROM" image, ResolveName will first return a list of
    candidates which includes localhost/<FROM image name>, then search and
    get it from local store. But the image tag we add to built image before
    only includes image name, without head "localhost", so it can not be
    found.
    Signed-off-by: Nxiadanni <xiadanni1@huawei.com>
    eb426252
builder_test.go 37.5 KB