Fix building of swift images
The swift images are not in the global build script
This commit is contained in:
parent
90013491e4
commit
6355a63ac0
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# If the directories were numbered, a simple find could be used to build ;-)
|
||||
|
||||
CONTAINERS=(fedora-rdo-base cinder glance/glance-base glance/glance-api glance/glance-registry heat/heat-base heat/heat-api heat/heat-engine keystone mariadb rabbitmq)
|
||||
CONTAINERS=(fedora-rdo-base cinder glance/glance-base glance/glance-api glance/glance-registry heat/heat-base heat/heat-api heat/heat-engine keystone mariadb rabbitmq swift/swift-base swift/swift-account swift/swift-container swift/swift-object swift/swift-proxy-server)
|
||||
|
||||
for IMAGE in ${CONTAINERS[@]}; do
|
||||
echo "Building $IMAGE"
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker build --tag swift-proxy-base .
|
||||
docker build --tag fedora-rdo-swift-base .
|
||||
|
Loading…
x
Reference in New Issue
Block a user