Skip to content
Snippets Groups Projects
Commit 7bb837fc authored by Steven Dake's avatar Steven Dake
Browse files

Add a push script for each of the separate daemons

This pushes to the docker registry.
parent fd22b234
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
docker push kollaglue/fedora-rdo-cinder .
#!/bin/bash
docker push kollaglue/fedora-rdo-base .
#!/bin/bash
docker push kollaglue/fedora-rdo-glance-api .
#!/bin/bash
docker push kollaglue/fedora-rdo-glance-base .
#!/bin/bash
docker push kollaglue/fedora-rdo-glance-registry .
#!/bin/bash
docker push kollaglue/fedora-rdo-heat-api .
#!/bin/bash
docker push kollaglue/fedora-rdo-heat-base .
#!/bin/bash
docker push kollaglue/fedora-rdo-heat-engine .
#!/bin/bash
docker push kollaglue/fedora-rdo-keystone .
#!/bin/bash
docker push kollaglue/fedora-rdo-mariadb .
#!/bin/bash
docker push kollaglue/fedora-rdo-rabbitmq .
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-account .
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-base .
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-container .
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-object .
#!/bin/bash
docker push kollaglue/fedora-rdo-swift-proxy .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment