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.
the right command should be
docker build https:/ /opendev. org/openstack/ loci.git \ base:ubuntu \ ubuntu
--build-arg FROM=loci-
--build-arg PROJECT=keystone \
--tag loci-keystone:
(note the missing \ on the second line)
I've sent up a review, waiting for the core developers to merge it.