commit | eb550c1550c6dbbde91c152ff6e430270a0399f5 | [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:36:12 2017 -0700 |
tree | 9ae2cfd3df947c5c8b5daeba14c4595c0f253489 | |
parent | 2b9cb5a9552baadb13615248defdb6adacd51629 [diff] |
Add nginx:latest to list of docker images Change-Id: I81721a7a5a7e9d575c2490209b9e678424484cfd (cherry picked from commit 8166b0b9112398c58cc0b61d99a2fb997a6c8b5a)
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