Started option to allow tag changes
This commit is contained in:
@@ -6,4 +6,12 @@ https://store.docker.com/_/nginx
|
|||||||
|
|
||||||
|
|
||||||
### Full Example nginx.conf
|
### Full Example nginx.conf
|
||||||
https://www.nginx.com/resources/wiki/start/topics/examples/full/
|
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
|
required: false
|
||||||
type: string
|
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"
|
- variable: "WEB_PORT"
|
||||||
label: "Web Port"
|
label: "Web Port"
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user