Add a push script for each of the separate daemons
This pushes to the docker registry.
This commit is contained in:
parent
fd22b2346e
commit
7bb837fc65
2
docker/cinder/push
Executable file
2
docker/cinder/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-cinder .
|
2
docker/fedora-rdo-base/push
Executable file
2
docker/fedora-rdo-base/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-base .
|
2
docker/glance/glance-api/push
Executable file
2
docker/glance/glance-api/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-glance-api .
|
2
docker/glance/glance-base/push
Executable file
2
docker/glance/glance-base/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-glance-base .
|
2
docker/glance/glance-registry/push
Executable file
2
docker/glance/glance-registry/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-glance-registry .
|
2
docker/heat/heat-api/push
Executable file
2
docker/heat/heat-api/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-heat-api .
|
2
docker/heat/heat-base/push
Executable file
2
docker/heat/heat-base/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-heat-base .
|
2
docker/heat/heat-engine/push
Executable file
2
docker/heat/heat-engine/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-heat-engine .
|
2
docker/keystone/push
Executable file
2
docker/keystone/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-keystone .
|
2
docker/mariadb/push
Executable file
2
docker/mariadb/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-mariadb .
|
2
docker/rabbitmq/push
Executable file
2
docker/rabbitmq/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-rabbitmq .
|
2
docker/swift/swift-account/push
Executable file
2
docker/swift/swift-account/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-swift-account .
|
2
docker/swift/swift-base/push
Executable file
2
docker/swift/swift-base/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-swift-base .
|
2
docker/swift/swift-container/push
Executable file
2
docker/swift/swift-container/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-swift-container .
|
2
docker/swift/swift-object/push
Executable file
2
docker/swift/swift-object/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-swift-object .
|
2
docker/swift/swift-proxy-server/push
Executable file
2
docker/swift/swift-proxy-server/push
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push kollaglue/fedora-rdo-swift-proxy .
|
Loading…
Reference in New Issue
Block a user