Adds the push step for each repo to the master build
Push for each built image
This commit is contained in:
@@ -4,9 +4,11 @@
|
|||||||
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)
|
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
|
for IMAGE in ${CONTAINERS[@]}; do
|
||||||
echo "Building $IMAGE"
|
|
||||||
pushd .
|
pushd .
|
||||||
cd ${IMAGE}
|
cd ${IMAGE}
|
||||||
|
echo "Building $IMAGE"
|
||||||
./build
|
./build
|
||||||
|
echo "Pushing $IMAGE"
|
||||||
|
./push
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user