summaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-11-14 11:55:21 -0600
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-11-14 11:55:21 -0600
commit2b7750ecd24a7cb10dc71c368c834e0006168d8b (patch)
treea3c660af9361f44e192b9ea67025bf6bf8b8e447 /packer
parent037bcf3fb6444eb715329a166f7bb404feb89b0a (diff)
Add docker template and builder
Change-Id: I2b88cc176be74482be283711a86cbf688f51e469 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'packer')
-rw-r--r--packer/provision/local-docker.yaml2
l---------packer/templates/docker.json1
2 files changed, 3 insertions, 0 deletions
diff --git a/packer/provision/local-docker.yaml b/packer/provision/local-docker.yaml
new file mode 100644
index 00000000..b7518c20
--- /dev/null
+++ b/packer/provision/local-docker.yaml
@@ -0,0 +1,2 @@
+---
+- import_playbook: ../common-packer/provision/docker.yaml
diff --git a/packer/templates/docker.json b/packer/templates/docker.json
new file mode 120000
index 00000000..edea6d28
--- /dev/null
+++ b/packer/templates/docker.json
@@ -0,0 +1 @@
+../common-packer/templates/docker.json \ No newline at end of file