Started option to allow tag changes
This commit is contained in:
@@ -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
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user