Started option to allow tag changes

This commit is contained in:
WilliamMiceli
2018-12-13 11:54:28 -05:00
parent f210e2be22
commit f59e8115a2
2 changed files with 21 additions and 1 deletions

View File

@@ -7,3 +7,11 @@ https://store.docker.com/_/nginx
### Full Example nginx.conf
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

View File

@@ -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:
- <No Tag>
- Latest (Default)
- Latest (Alpine)
- variable: "WEB_PORT"
label: "Web Port"
description: |