Add a push script for each of the separate daemons

This pushes to the docker registry.
This commit is contained in:
Steven Dake 2014-09-25 13:54:19 -07:00
parent fd22b2346e
commit 7bb837fc65
16 changed files with 32 additions and 0 deletions

2
docker/cinder/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-cinder .

2
docker/fedora-rdo-base/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-base .

2
docker/glance/glance-api/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-glance-api .

2
docker/glance/glance-base/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-glance-base .

View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-glance-registry .

2
docker/heat/heat-api/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-heat-api .

2
docker/heat/heat-base/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-heat-base .

2
docker/heat/heat-engine/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-heat-engine .

2
docker/keystone/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-keystone .

2
docker/mariadb/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-mariadb .

2
docker/rabbitmq/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-rabbitmq .

View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-account .

2
docker/swift/swift-base/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-base .

View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-container .

2
docker/swift/swift-object/push Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-object .

View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-proxy .