From f59e8115a29ed0b6efaaf094beafbf192818ba7f Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Thu, 13 Dec 2018 11:54:28 -0500 Subject: [PATCH] Started option to allow tag changes --- templates/Nginx/0/README.md | 10 +++++++++- templates/Nginx/0/rancher-compose.yml | 12 ++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/templates/Nginx/0/README.md b/templates/Nginx/0/README.md index 3fa3929..5cfa85e 100644 --- a/templates/Nginx/0/README.md +++ b/templates/Nginx/0/README.md @@ -6,4 +6,12 @@ https://store.docker.com/_/nginx ### Full Example nginx.conf -https://www.nginx.com/resources/wiki/start/topics/examples/full/ \ No newline at end of file +https://www.nginx.com/resources/wiki/start/topics/examples/full/ + + +### IMAGE_TAG Not Yet Complete +Will finish and test later + + +### To-Dos +* List common differences between regular images and Alpine images \ No newline at end of file diff --git a/templates/Nginx/0/rancher-compose.yml b/templates/Nginx/0/rancher-compose.yml index d41d1ce..8a536ed 100644 --- a/templates/Nginx/0/rancher-compose.yml +++ b/templates/Nginx/0/rancher-compose.yml @@ -25,6 +25,18 @@ catalog: required: false type: string + - variable: "IMAGE_TAG" + label: "Base Image" + description: | + Which base image would you like to use. + default: "11000" + required: true + type: enum + options: + - + - Latest (Default) + - Latest (Alpine) + - variable: "WEB_PORT" label: "Web Port" description: |