
This adds the infrastructure for building docker images: the credential used to upload to Docker Hub as well as the parent jobs and playbooks to perform the builds. Change-Id: I7cbbcdd184c4934f1b0ce5905d9760c732b06aa9 Depends-On: https://review.openstack.org/631078
4 lines
43 B
YAML
4 lines
43 B
YAML
- hosts: all
|
|
roles:
|
|
- install-docker
|