Comment 1 for bug 1851242

Revision history for this message
Jake Yip (waipengyip) wrote :

the right command should be

docker build https://opendev.org/openstack/loci.git \
    --build-arg FROM=loci-base:ubuntu \
    --build-arg PROJECT=keystone \
    --tag loci-keystone:ubuntu

(note the missing \ on the second line)

I've sent up a review, waiting for the core developers to merge it.