kolla-ansible/docker/centos/source/glance/glance-base/.buildinfo
akwasniewska 7285ac03bb Glance installation from source
Container with glance installed from source.
Co-Authored-By: Swapnil Kulkarni <me@coolsvap.net">
Partially Implements: blueprint install-from-source

Change-Id: I73071415023b141b760f6c4cc5b181a97a4f7552
2015-07-23 09:29:40 +00:00

10 lines
316 B
Plaintext

# Build info specific to this image. All values can be overridden in .buildconf
COMPONENT=glance
SOURCE_INSTALL_AVAILABLE=1
# Used for git install method
: ${CLONE_FROM:=https://github.com/openstack/glance}
# Used for curl install method
: ${TARBALL_URI:=http://tarballs.openstack.org/glance/glance-master.tar.gz}