summaryrefslogtreecommitdiffstats
path: root/share/scripts/curl.d/0001-images.templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-13 17:16:42 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-15 12:19:40 +0000
commit279744cf6e4f6096507953f1c1f956e0b9ed8532 (patch)
tree54c4e59d20cf43c904ee03cb7dfbef5446186e76 /share/scripts/curl.d/0001-images.templates
parentUsing https by default in container-images.sh example script. (diff)
downloadcompute-tools-279744cf6e4f6096507953f1c1f956e0b9ed8532.tar.xz
compute-tools-279744cf6e4f6096507953f1c1f956e0b9ed8532.zip
Adding debconf support for image selection in curl container create script (FIXME).
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/curl.d/0001-images.templates')
-rw-r--r--share/scripts/curl.d/0001-images.templates9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/scripts/curl.d/0001-images.templates b/share/scripts/curl.d/0001-images.templates
new file mode 100644
index 0000000..0e899b7
--- /dev/null
+++ b/share/scripts/curl.d/0001-images.templates
@@ -0,0 +1,9 @@
+Template: cnt-curl/title
+Type: title
+Description: container-tools
+
+Template: cnt-curl/images
+Type: select
+Default: none
+Choices: ${CHOICES}
+Description: Choose a container image.