commit | 8166b0b9112398c58cc0b61d99a2fb997a6c8b5a | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Wed Apr 26 13:34:41 2017 -0700 |
committer | Andy Bavier <andy@onlab.us> | Sun Apr 30 16:23:46 2017 -0700 |
tree | 50f45e7480c4401febae299e6c5b52c4fa9e01e9 | |
parent | f09d38af1fc51df6697cbb7aeeb33602df157215 [diff] [blame] |
Add nginx:latest to list of docker images Change-Id: I81721a7a5a7e9d575c2490209b9e678424484cfd
diff --git a/group_vars/all b/group_vars/all index 7adf249..dedd5b2 100644 --- a/group_vars/all +++ b/group_vars/all
@@ -56,6 +56,11 @@ dockerfile: "containers/xos/Dockerfile.corebuilder" pull: False publish: True + - name: "nginx:latest" + path: "" + dockerfile: "" + pull: True + publish: False build_optional_images: False